home *** CD-ROM | disk | FTP | other *** search
- !include ("../mat.def" )
-
- shader()
- {
- cull("none")
- sortweight("sprite")
-
- pass()
- {
- NoFog()
-
- tmu()
- {
- texture()
- {
- usermap(0)
- filtering("linear_no_mip")
- addressfunc("clamp", "clamp", "clamp")
- }
-
- colorop("mul", "texture", "tfactor", "current")
- alphaop("mul", "texture", "tfactor", "current")
- }
-
- colorgen("tfactor", "user", 0, 0, 0, "user", 0, 0, 0)
-
- blendfunc( "src_alpha", "one" )
- depthfunc( "always", 0 )
- }
- }
-
-